Click or drag to resize

ResourceList Method (String, PropertyName, Boolean)

Displays a list of ResourceInfo.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public ResourceInfo[] List(
	string address,
	PropertyName[] propertyName,
	bool recursive
)

Parameters

address
Type: SystemString
The URI that identifies the collection.
propertyName
Type: Independentsoft.WebdavPropertyName
Properties to display.
recursive
Type: SystemBoolean
If true returns resources in this collection and all subcollections.

Return Value

Type: ResourceInfo
An array of ResourceInfo.
See Also